clearTimeout(timerID)
无
var timer = setTimeout(() => { console.log("hello"); }, 10000); clearTimeout(timer);
上一页 « setTimeout 下一页 setInterval »